home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / apps / 102 / examples / excconws.c < prev    next >
C/C++ Source or Header  |  1987-01-25  |  188b  |  7 lines

  1. /* p. 199 MWC Ref.Manual   CJPurcell Dec'86                                  */
  2. #include <osbind.h>
  3. main()
  4. {
  5.         Cconws("This is a NUL-terminated string. Look quickly! \r\n");
  6. }
  7.